amd/seattle: Initial revision of AMD Seattle support
authorSuravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Fri, 3 Oct 2014 14:16:08 +0000 (09:16 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Oct 2014 14:32:52 +0000 (15:32 +0100)
commit9bedd8707071aea9c1dfde00af44712cbbdc9897
tree74bfe0799576a96820e7f451fc32a6081e55c36c
parent6be01dffa0fba358a62bf68179628e3ab74ed0f1
amd/seattle: Initial revision of AMD Seattle support

This patch add initial (minimal) platform support for AMD Seattle,
which mainly just define the matching ID, and specify system_off,
and system_reset mechanism.

Initially, the firmware only support a subset of PSCI-0.2 functions,
system-off and system-reset. The mechanism for bring up auxiliary processors
is still using spin-table.

Signed-off-by: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
Reviewed-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/platforms/Makefile
xen/arch/arm/platforms/seattle.c [new file with mode: 0644]